home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 10 / BBS In A Box Volume X (AMUG) (January 1994).bin / Files / Prog / B-C / C++ FAQ Reference 1.0.cpt / C++ FAQ Reference 1.0.rsrc / STR#_140.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  416 b   |  15 lines

  1. Are there any lint-like guidelines for C++?
  2.  
  3. What header-file-name convention is best? 'foo.H'? 'foo.hh'? 'foo.hpp'?
  4.  
  5. What source-file-name convention is best? 'foo.C'? 'foo.cc'? 'foo.cpp'?
  6.  
  7. Should I declare locals in the middle of a fn or at the top?
  8.  
  9. Should our organization determine coding standards from our C experience?
  10.  
  11. Are coding standards necessary?  sufficient?
  12.  
  13. What are some good C++ coding standards?
  14.  
  15.